home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / yuris_sh.swf / scripts / frame_339 / DoAction.as
Text File  |  2012-04-23  |  96b  |  10 lines

  1. x = random(2);
  2. if(x == 0)
  3. {
  4.    gotoAndPlay(226);
  5. }
  6. if(x == 1)
  7. {
  8.    gotoAndPlay(455);
  9. }
  10.